drawText

Undocumented in source. Be warned that the author may not have intended to support it.
export extern (System)
void
drawText
(
string text
,
int x
,
int y
,
HipColor color = HipColor.white
,
HipTextAlign alignH = HipTextAlign.LEFT
,
HipTextAlign alignV = HipTextAlign.CENTER
,
int boundsWidth = -1
,
int boundsHeight = -1
,
bool wordWrap = false
)

Meta